Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Catalyst: Add Tag to Catalyst2 TPL + Cleaning #448

Merged
merged 4 commits into from
Apr 1, 2024

Conversation

Naapple
Copy link
Contributor

@Naapple Naapple commented Apr 1, 2024

  • This change makes the Catalyst2 TPL point to a particular tag (v2.0.0) rather than master in the Kitware Catalyst repo. An extra argument needed to be added (CATALYST_WRAP_PYTHON) in the build of the TPL. All SEACAS ctests pass.
  • Cleaned up our Catalyst API2 work following the suggestions made in our previous pull request: Catalyst API 2 IOSS Full Implementation Catalyst API 2 IOSS Full Implementation #431

Copy link
Contributor

github-actions bot commented Apr 1, 2024

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@Naapple
Copy link
Contributor Author

Naapple commented Apr 1, 2024

I have read the CLA Document and I hereby sign the CLA

@@ -262,7 +262,7 @@ namespace Iocatalyst {
errmsg << "Catalyst pipeline is not a multi-input pipeline";
IOSS_ERROR(errmsg);
}
auto name = p.catalystMultiInputPipelineName;
const auto name = p.catalystMultiInputPipelineName;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could this be const auto &name

@@ -280,7 +280,7 @@ namespace Iocatalyst {
errmsg << "Catalyst pipeline is not a multi-input pipeline";
IOSS_ERROR(errmsg);
}
auto name = p.catalystMultiInputPipelineName;
const auto name = p.catalystMultiInputPipelineName;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above.

@@ -262,7 +262,7 @@ namespace Iocatalyst {
errmsg << "Catalyst pipeline is not a multi-input pipeline";
IOSS_ERROR(errmsg);
}
auto name = p.catalystMultiInputPipelineName;
const auto name = p.catalystMultiInputPipelineName;
for (auto cp : catPipes) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be auto &cp similar to line 284 or maybe even const auto &cp?

@ajpelle
Copy link
Contributor

ajpelle commented Apr 1, 2024

I have read the CLA Document and I hereby sign the CLA

@ajpelle
Copy link
Contributor

ajpelle commented Apr 1, 2024

recheck

github-actions bot added a commit that referenced this pull request Apr 1, 2024
@gsjaardema gsjaardema added the ioss label Apr 1, 2024
@gsjaardema gsjaardema merged commit 395c1d3 into sandialabs:master Apr 1, 2024
51 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Apr 1, 2024
@Naapple Naapple deleted the catalyst_add_tpl_tag branch April 8, 2024 20:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants